home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 April / EnterCD4.iso / Update / SQL Server SP3 / sql70olapsp3i.exe / MSOLAP / Install / data1.cab / Templ_Consepts / conceptnavbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-10-25  |  1.8 KB  |  70 lines

  1.     Body {font:8pt verdana;
  2.         }    
  3.  
  4. /*   -------------------------------------------------- */
  5. /*                 --BEGIN NAVBAR TABLE--               */
  6. /*   -------------------------------------------------- */
  7.  
  8.     .NavBar    {border: "1";
  9.         width: "574"; 
  10.         cellspacing: "1"; 
  11.         cellpadding: "0";
  12.         border: "0";
  13.         width: "100%";
  14.         height: "20";
  15.         BGCOLOR: "#ffffff";
  16.         }
  17. /*   ------------------------------------------------------ */
  18. /*   ------------------------------------------------------ */
  19.  
  20.  
  21. /*   ------------------------------------------------- */
  22. /*   --------HOME, BACK, NEXT CELLS AND FONTS--------- */
  23. /*   ------------------------------------------------- */
  24.  
  25.     .MouseOverText {font: "Verdana,Arial,Helvetica";
  26.         font-size: "9pt";
  27.         font-weight: "normal"; 
  28.         color: "FFFFCC";
  29.         cursor: "hand";
  30.         }
  31.  
  32.     .MouseOutText {font: "Verdana,Arial,Helvetica";
  33.         font-size: "9pt";
  34.         font-weight: "normal"; 
  35.         color: "#333366";
  36.         }
  37.  
  38.     .MouseOutCell {width: "20%"; 
  39.         HEIGHT: "20";
  40.             background: "3399FF";
  41.         text-align: center;
  42.         vertical-align: "middle";
  43.         cursor: "hand";
  44.         }
  45. /*   ------------------------------------------------------ */
  46. /*   ------------------------------------------------------ */
  47.  
  48.  
  49. /*   -------------------------------------------------- */
  50. /*   --------PAGE NUMBER CELL AND FONT----------        */
  51. /*   -------------------------------------------------- */
  52.     .PageStatCell {width: "40%"; 
  53.         HEIGHT: "20";
  54.             background: "3399FF";
  55.         text-align: right;
  56.         vertical-align: "middle";
  57.         }
  58.  
  59.     .PageStatFont {font: "Verdana,Arial,Helvetica";
  60.         font-size: "9pt"; 
  61.         font-weight: "normal";
  62.         color: "#333366";
  63.         }
  64. /*   ------------------------------------------------------ */
  65. /*   ------------------------------------------------------ */
  66.  
  67.  
  68.  
  69.  
  70.